home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-04-29 | 1.0 KB | 52 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = MapMaker
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = mapmaker.tiff
- DOCICONS = mapdoc.tiff
-
- GLOBAL_RESOURCES = MapMaker.nib
-
- CLASSES = ControlObject.m InputView.m OutputView.m
-
- HFILES = constants.h fractal.h pointdata.h proj.h ControlObject.h\
- InputView.h OutputView.h
-
- MFILES = MapMaker_main.m
-
- CFILES = fractal.c pointdata.c proj.c
-
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app mapmaker.tiff \
- -sectcreate __ICON mapdoc mapdoc.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-